Kibana Me Logs Plug in

Introduction

Launches the Kibana UI for an application.

Installation

From R2 plugin repo:

$ cf add-plugin-repo r2 http://plugins.grc-apps.svc.ice.ge.com/ $ cf install-plugin kibana-me-logs -r r2 From R4 plugin repo:

$ cf add-plugin-repo r4 http://plugins.grc-pr-apps.ice.ge.com/ $ cf install-plugin kibana-me-logs -r r4 From source:

$ go get https://github.sw.ge.com/cf-platform-services/cf-plugin-kibana-me-logs.git $ cf install-plugin $GOPATH/bin/cf-plugin-kibana-me-logs Usage

$ cf create-service logstash14 free my-logstash-service $ cf bind-service my-app my-logstash-service $ cf restart my-app $ cf kibana-me-logs my-app Will launch the Kibana UI and show logs for the requested app.

It assumes that is the kibana-me-logs, and both are bound to the same logstash14 logstash service.